diff options
Diffstat (limited to 'apps/files_texteditor')
-rwxr-xr-x[-rw-r--r--] | apps/files_texteditor/appinfo/app.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_texteditor/appinfo/app.php b/apps/files_texteditor/appinfo/app.php index b3937236ecd..a08077ebb67 100644..100755 --- a/apps/files_texteditor/appinfo/app.php +++ b/apps/files_texteditor/appinfo/app.php @@ -1,6 +1,6 @@ <?php //load the required files OCP\Util::addStyle( 'files_texteditor', 'style' ); -OC_Util::addScript( 'files_texteditor', 'editor'); -OC_Util::addScript( 'files_texteditor', 'aceeditor/ace'); +OCP\Util::addscript( 'files_texteditor', 'editor'); +OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace'); ?> |