فهرست منبع

minor correction

pdontthink 19 سال پیش
والد
کامیت
f99ab6d906
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/load_prefs.php

+ 1 - 1
include/load_prefs.php

@@ -60,7 +60,7 @@ $color = ( !isset($color) ? array() : $color );
 $chosen_theme = getPref($data_dir, $username, 'chosen_theme');
 $found_theme = false;
 
-// need to adjust $chosen_theme path with SM_PATH */
+// need to adjust $chosen_theme path with SM_PATH 
 $chosen_theme = preg_replace("/(\.\.\/){1,}/", SM_PATH, $chosen_theme);
 
 for ($i = 0; $i < count($theme); ++$i){