Browse Source

Do not return globalized var. Sorry oop guys!

Signed-off-by: Suki <[email protected]>
Suki 10 years ago
parent
commit
c275148ad8
1 changed files with 0 additions and 2 deletions
  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'];
 }
 
 /**