Skip to content

Commit

Permalink
Merge pull request #2 from marc1706/fix_acp_info
Browse files Browse the repository at this point in the history
Modify filename in module info in order to allow proper loading
  • Loading branch information
nickvergessen committed Mar 21, 2013
2 parents c94b408 + f5e085f commit 8b16fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -213,7 +213,7 @@ As for the `main_info.php` I need to adjust the class name from `acp_newspage_in
function module()
{
return array(
'filename' => 'main_module',
'filename' => 'phpbb_ext_nickvergessen_newspage_acp_main_module',
'title' => 'ACP_NEWSPAGE_TITLE',
'version' => '1.0.1',
'modes' => array(
Expand Down

0 comments on commit 8b16fdc

Please sign in to comment.