Skip to content

Commit

Permalink
モジュールロードの際、空の配列が渡ることで、
Browse files Browse the repository at this point in the history
ルーティングが失敗する問題を解決
  • Loading branch information
伊藤 清徳 authored and 伊藤 清徳 committed Mar 15, 2013
1 parent b7fd358 commit 5287c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seezoo/core/classes/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ protected function loadModule(
$class, // module name
$destDir = 'libraries', // load target directory
$instanciate = TRUE, // If true, create instance
$params = array(), // pass parameter to class constructor
$params = NULL, // pass parameter to class constructor
$alias = FALSE // property alias name
)
{
Expand Down

0 comments on commit 5287c5d

Please sign in to comment.