OSDN Git Service

FIX: ラベル「includeプリフィックス」が表示されないバグ(skinoverview/adminskinoverview)
authorsakamocchi <o-takashi@sakamocchi.jp>
Sat, 16 Jun 2012 11:43:59 +0000 (20:43 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Sat, 16 Jun 2012 11:43:59 +0000 (20:43 +0900)
showlist.phpにおいて定数の参照が間違えていたバグの修正。

nucleus/libs/showlist.php

index d5fc776..31e3665 100644 (file)
@@ -1684,7 +1684,7 @@ function listplug_table_skinlist($vars, $type, $template_name = '')
                                'incmodelabel'  => _LIST_SKINS_INCMODE,\r
                                'incmode'               => ($current['sdincmode'] == 'skindir') ? _PARSER_INCMODE_SKINDIR : _PARSER_INCMODE_NORMAL,\r
                                \r
-                               'incpreflabel'  => ($current['sdincpref']) ? _LIST_SKINS_INCMODE : '',\r
+                               'incpreflabel'  => ($current['sdincpref']) ? _SKIN_INCLUDE_PREFIX : '',\r
                                'incpref'               => ($current['sdincpref']) ? Entity::hsc($current['sdincpref']) : '',\r
                                \r
                                'editbtn'               => _LISTS_EDIT,\r