1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Fix for user-theme menu.

This commit is contained in:
CaMer0n
2009-07-07 22:56:13 +00:00
parent c5c7af80e9
commit 9edec709e8
5 changed files with 66 additions and 35 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/theme_handler.php,v $
| $Revision: 1.25 $
| $Date: 2009-07-07 16:04:45 $
| $Revision: 1.26 $
| $Date: 2009-07-07 22:56:12 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -726,7 +726,6 @@ class themeHandler{
function findDefault($theme)
{
if(varset($_POST['layout_default']))
{
return $_POST['layout_default'];