Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-01 11:49:22 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-01 11:49:22 +0400
commit9066b505ab21c5de3ac30f7a9dc64723a08d1a10 (patch)
tree9cbdf254e57c333f47fb4ae952d562ee81bf7ce9 /appinfo/app.php
parent0a99189088649b73294ad9a3bc461beac75e4cb6 (diff)
port to use the new public api
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 1bf09b5..b393723 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,6 +1,6 @@
<?php
//load the required files
-OC_Util::addStyle( 'files_texteditor', 'style' );
+OCP\Util::addStyle( 'files_texteditor', 'style' );
OC_Util::addScript( 'files_texteditor', 'editor');
OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
-?> \ No newline at end of file
+?>