diff options
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 )){ |