generate status-change logs for Ocprop actions and account-disabling; fixes #207

This commit is contained in:
following
2013-06-05 15:41:13 +02:00
parent 4408abebfb
commit 0eeb9c1d21
5 changed files with 56 additions and 9 deletions
@@ -85,7 +85,7 @@ class autoarchive
global $opt, $login, $translate;
$log = cachelog::createNew($cache_id,$login->userid);
if (!$log)
if ($log === false)
echo $this->name . ": cannot create log for cache $cache_id\n";
else
{