diff --git a/ext/rule34/main.php b/ext/rule34/main.php index b1f89865..800eeae3 100644 --- a/ext/rule34/main.php +++ b/ext/rule34/main.php @@ -105,7 +105,8 @@ class Rule34 extends Extension { global $database, $page, $user; - $database->set_timeout(DATABASE_TIMEOUT+15000); // deleting users can take a while + # Database might not be connected at this point... + #$database->set_timeout(DATABASE_TIMEOUT+15000); // deleting users can take a while if (function_exists("sd_notify_watchdog")) { \sd_notify_watchdog();