]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
blasted, that should not be there
authorCraig Andrews <candrews@integralblue.com>
Fri, 13 Nov 2009 01:15:10 +0000 (20:15 -0500)
committerCraig Andrews <candrews@integralblue.com>
Fri, 13 Nov 2009 01:15:10 +0000 (20:15 -0500)
lib/util.php

index 4b2a25eadec5be9ebeac4d5abae357de3f1bfd4e..68f3520db5c366086ce2c3e0af4c9a2501d47b63 100644 (file)
@@ -1058,7 +1058,6 @@ function common_log($priority, $msg, $filename=null)
         }
     } else {
         common_ensure_syslog();
-        error_log($msg);
         syslog($priority, $msg);
     }
 }