]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixed "Warning: syslog() expects parameter 1 to be long, string given"
authorJeffery To <jeffery.to@gmail.com>
Tue, 9 Mar 2010 02:20:48 +0000 (10:20 +0800)
committerCraig Andrews <candrews@integralblue.com>
Tue, 16 Mar 2010 15:44:51 +0000 (11:44 -0400)
commit8a9b3a858b5b7693198a10c0a9c84155cdb096b2
tree6bc09c491810556354b6e6a9a88a09e781f5fccb
parentfa1262f51e95fb64d64105cf2a6cce77a227cd6c
Fixed "Warning: syslog() expects parameter 1 to be long, string given"

With the FirePHP plugin enabled, I get these warnings in the output
page. This is because the StartLog handler inadvertly modifies the
original (number) priority with the corresponding (string) FirePHP
priority.
plugins/FirePHP/FirePHPPlugin.php