Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用
Revision | e1b5c6e63dfc87ada3a2d2f4a12cd2b0ad22207b (tree) |
---|---|
Zeit | 2009-03-04 23:08:15 |
Autor | shizuki17xx <shizuki17xx"@1ca2...> |
Commiter | shizuki17xx |
Fix Undefined variable
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@963 1ca29b6e-896d-4ea0-84a5-967f57386b96
@@ -6545,7 +6545,7 @@ selector(); | ||
6545 | 6545 | echo '<tr><th colspan="2">Options for ', htmlspecialchars($aOption['pfile']),'</th></tr>'; |
6546 | 6546 | } |
6547 | 6547 | |
6548 | - $meta = NucleusPlugin::getOptionMeta($current['typeinfo']); | |
6548 | + $meta = NucleusPlugin::getOptionMeta($aOption['typeinfo']); | |
6549 | 6549 | if (@$meta['access'] != 'hidden') { |
6550 | 6550 | echo '<tr>'; |
6551 | 6551 | listplug_plugOptionRow($aOption); |