From b26451df641a33092de6cdb3ed302dea6507cec8 Mon Sep 17 00:00:00 2001 From: Daniel Sutcliffe Date: Mon, 25 Jan 2010 15:56:58 +0000 Subject: Custom module names in the Themes, Module Layouts dropdown were broken, this fixes --- BitThemes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BitThemes.php b/BitThemes.php index 69cbe32..6a97eaa 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -1,6 +1,6 @@ getCustomModuleList() ) && $pPrefix == 'mod_' ) { foreach( $modules as $m ) { - $this->mModules[$pDir][$pPrefix][tra( 'Custom Modules' )]['_custom:custom/'.$m["name"]] = $m["name"]; + $this->mModules[$pDir][$pPrefix][tra( 'Custom Modules' )]['_custom:custom/'.$m["name"]] = array( 'title' => $m["name"] ); } } -- cgit v1.3