Skip to content

Commit

Permalink
Replace deprecated function in makeplugin script
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jul 20, 2012
1 parent 19d4310 commit d3328a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/dev/makeplugin/makeplugin
Expand Up @@ -80,7 +80,7 @@ class $1PluginConfigurationController extends PluginConfigurationController {
public function authControl() {
\$config = Config::getInstance();
Utils::defineConstants();
Loader::definePathConstants();
\$this->setViewTemplate( THINKUP_WEBAPP_PATH.'plugins/$plugin_name_lcase/view/account.index.tpl');
\$this->addToView('message', 'Hello ThinkUp world! This is an auto-generated plugin configuration '.
'page for ' . \$this->owner->email .'.');
Expand Down

0 comments on commit d3328a4

Please sign in to comment.