generate status-change logs for Ocprop actions and account-disabling; fixes #207
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user