소스 검색

Do not return globalized var. Sorry oop guys!

Signed-off-by: Suki <[email protected]>
Suki 10 년 전
부모
커밋
c275148ad8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Sources/Subs-Themes.php

+ 0 - 2
Sources/Subs-Themes.php

@@ -147,8 +147,6 @@ function get_all_themes($enable_only = false)
 	}
 
 	$smcFunc['db_free_result']($request);
-
-	return $context['themes'];
 }
 
 /**