diff options
Diffstat (limited to 'preferences.php')
-rw-r--r-- | preferences.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preferences.php b/preferences.php index 51ad3b7c..e9b107d1 100644 --- a/preferences.php +++ b/preferences.php @@ -20,7 +20,7 @@ * */ -require 'lib/init.php'; +require_once 'lib/init.php'; // Switch on the action switch($_REQUEST['action']) { |