From: cigamit Date: Mon, 1 Nov 2004 00:00:26 +0000 (+0000) Subject: Included file was moved awhile back, not sure how this include got missed X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=6bc68ee5725b293258475b15f6bcfac5a3dc068d Included file was moved awhile back, not sure how this include got missed git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8294 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/options_order.php b/src/options_order.php index 56c8340a..d08454c6 100644 --- a/src/options_order.php +++ b/src/options_order.php @@ -78,7 +78,7 @@ displayPageHeader($color, 'None'); $index_order = array(); $index_order = $new_ary; if (count($index_order) < 1) { - include_once('../src/load_prefs.php'); + include_once(SM_PATH . 'include/load_prefs.php'); } } else if ($method == 'add' && $add) { /* User should not be able to insert PHP-code here */