Move sqm_array_merge to arrays.php and subsequently move inclusion of arrays.php...
[squirrelmail.git] / src / signout.php
index 1cf9ff6504b09d7c8244c56ca148e082aaf26001..621f8b9ac1b995d3e7676fe8472cd03707e1da87 100644 (file)
@@ -65,7 +65,7 @@ if ( !isset($oTemplate) || !is_object($oTemplate) ) {
 }
 
 // The error handler object is probably also not initialized on a refresh
-require(SM_PATH . 'class/error.class.php');
+require_once(SM_PATH . 'class/error.class.php');
 $oErrorHandler = new ErrorHandler($oTemplate,'error_message.tpl');
 
 /* internal gettext functions will fail, if language is not set */