We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e37a5 commit 84ce033Copy full SHA for 84ce033
PF.Base/include/checksum/md5
@@ -1,5 +1,5 @@
1
b41e07ec10d99cc5f9a83db7c3488e6e composer.lock
2
-6970500f9e26838f402565080e4ae7fe include/checksum/md5
+fa1d69305f1f8776af6988b424c9a135 include/checksum/md5
3
d7f7e3d45fa8602bec28e7a51c902110 include/cron/exec.php
4
68b329da9893e34099c7d8ad5cb9c940 include/cron/index.html
5
68b329da9893e34099c7d8ad5cb9c940 include/index.html
PF.Src/Core/App/Object.php
@@ -60,7 +60,7 @@ public function __construct($keys) {
60
*/
61
if (file_exists($file)) {
62
$this->auth = (object) require($file);
63
- $this->internal_id = $this->auth->internal_id;
+ $this->internal_id = (isset($this->auth->internal_id) ? $this->auth->internal_id : 0);
64
}
65
66
0 commit comments