Revision: 1249
http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1249&view=rev
Author: kerphi
Date: 2008-08-01 07:17:10 +0000 (Fri, 01 Aug 2008)
Log Message:
-----------
Fixes the deop command and maybe other regressions (thanks to bakebowling and Walker for the report)
Modified Paths:
--------------
trunk/src/containers/file.class.php
Modified: trunk/src/containers/file.class.php
===================================================================
--- trunk/src/containers/file.class.php 2008-07-30 14:02:12 UTC (rev 1248)
+++ trunk/src/containers/file.class.php 2008-08-01 07:17:10 UTC (rev 1249)
@@ -110,6 +110,7 @@
$leafexists = file_exists($leaffilename);
if ($leafvalue == NULL)
{
+ unlink($leaffilename);
touch($leaffilename);
}
else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|