projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009dcf8
)
Standalone - Suppress debug output
author
Tim Otten
<totten@civicrm.org>
Sat, 24 Jun 2023 23:38:37 +0000
(16:38 -0700)
committer
Tim Otten
<totten@civicrm.org>
Sun, 25 Jun 2023 06:20:20 +0000
(23:20 -0700)
CRM/Utils/System/Standalone.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System/Standalone.php
b/CRM/Utils/System/Standalone.php
index 394bfac09b1c001c7235e7533028755f4a18e6c0..50a82eb2b568504074757f91cd6de6cde9aded79 100644
(file)
--- a/
CRM/Utils/System/Standalone.php
+++ b/
CRM/Utils/System/Standalone.php
@@
-23,7
+23,7
@@
use Civi\Standalone\Security;
class CRM_Utils_System_Standalone extends CRM_Utils_System_Base {
public function missingStandaloneExtension() {
- error_log("sessionStart, " . (class_exists(\Civi\Standalone\Security::class) ? 'exists' : 'no ext'));
+
//
error_log("sessionStart, " . (class_exists(\Civi\Standalone\Security::class) ? 'exists' : 'no ext'));
return !class_exists(\Civi\Standalone\Security::class);
}