diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 21:07:08 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 21:07:08 +0200 |
commit | e2fb094693e94d425fa9f59278806ef636fc127b (patch) | |
tree | c6c6b9535faa7f32b78fc3b0fedd24d85ffd0752 /lib/util.php | |
parent | ab584719049965f78d244879ce2a400a1955eec6 (diff) | |
download | nextcloud-server-e2fb094693e94d425fa9f59278806ef636fc127b.tar.gz nextcloud-server-e2fb094693e94d425fa9f59278806ef636fc127b.zip |
some more porting
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 5de5b8df384..d22d8710867 100644 --- a/lib/util.php +++ b/lib/util.php @@ -96,7 +96,8 @@ class OC_Util { /** * add a javascript file * - * @param url $url + * @param appid $application + * @param filename $file */ public static function addScript( $application, $file = null ){ if( is_null( $file )){ @@ -113,7 +114,8 @@ class OC_Util { /** * add a css file * - * @param url $url + * @param appid $application + * @param filename $file */ public static function addStyle( $application, $file = null ){ if( is_null( $file )){ |