Browse Source

Included file was moved awhile back, not sure how this include got missed

Jimmy Conner 21 years ago
parent
commit
959f7498eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/options_order.php

+ 1 - 1
src/options_order.php

@@ -78,7 +78,7 @@ displayPageHeader($color, 'None');
         $index_order = array();
         $index_order = array();
         $index_order = $new_ary;
         $index_order = $new_ary;
         if (count($index_order) < 1) {
         if (count($index_order) < 1) {
-           include_once('../src/load_prefs.php');
+           include_once(SM_PATH . 'include/load_prefs.php');
         }
         }
     } else if ($method == 'add' && $add) {
     } else if ($method == 'add' && $add) {
         /* User should not be able to insert PHP-code here */
         /* User should not be able to insert PHP-code here */