Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"MDL-13766, print notification not box container for repository setup"
  • Loading branch information
Dongsheng Cai committed May 4, 2010
1 parent 59eeb81 commit 5b5d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/lib.php
Expand Up @@ -1843,6 +1843,6 @@ function repository_setup_default_plugins() {
$upload_plugin_id = $upload_plugin->create(true);
$recent_plugin = new repository_type('recent', array(), true);
$recent_plugin_id = $upload_plugin->create(true);
echo $OUTPUT->box(get_string('setupdefaultplugins', 'repository'));
echo $OUTPUT->notification(get_string('setupdefaultplugins', 'repository'), 'notifysuccess');
return true;
}

0 comments on commit 5b5d08e

Please sign in to comment.