Included file was moved awhile back, not sure how this include got missed
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Nov 2004 00:00:26 +0000 (00:00 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Nov 2004 00:00:26 +0000 (00:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8294 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_order.php

index 56c8340a6f84fc48cc011eee2f559f2ee2fb0a24..d08454c6d876075f8753f2777d64696bf3ca47ff 100644 (file)
@@ -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 */