OSDN Git Service

Merge branch 'skinnable-master' of sakamocchi@git.sourceforge.jp:/gitroot/nucleus...
[nucleus-jp/nucleus-next.git] / nucleus / libs / AdminActions.php
index 1a0398c..7651600 100644 (file)
@@ -3986,8 +3986,8 @@ class AdminActions extends BaseActions
                {
                        include_libs('skinie.php');
                }
-               
-               if ( !preg_match('#^admin#', $this->skintype) )
+
+               if ( !preg_match('#^admin#', $this->skintype) && $this->skintype != 'importAdmin' )
                {
                        $skindir = $DIR_SKINS;
                }
@@ -5469,4 +5469,4 @@ class AdminActions extends BaseActions
                echo "</select>\n";
                return;
        }
-}
\ No newline at end of file
+}