]> git.mxchange.org Git - friendica.git/blobdiff - include/auth_ejabberd.php
New database version
[friendica.git] / include / auth_ejabberd.php
index 9211c5baf091b782119b5da50382ad3e8f7a16b6..490ea0d1cb8e44982100690be9a92d229d456abb 100755 (executable)
@@ -89,7 +89,7 @@ class exAuth {
 
                // Open the logfile if the logfile name is defined
                if ($this->sLogFile != '')
-                       $this->rLogFile = fopen($this->sLogFile, "a") or die("Error opening log file: ". $this->sLogFile);
+                       $this->rLogFile = fopen($this->sLogFile, "a") || die("Error opening log file: ". $this->sLogFile);
 
                $this->writeLog("[exAuth] start");