diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-05-05 21:58:07 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-05 21:58:10 +0200 |
commit | f991948a714dd555befa46964113c460afc24cee (patch) | |
tree | b88393f2a30e6d9ae2c25740b12ec24d93f0e4f2 /lib/app.php | |
parent | ef9511c713980faecc65b898b15a50163218cbaa (diff) | |
download | nextcloud-server-f991948a714dd555befa46964113c460afc24cee.tar.gz nextcloud-server-f991948a714dd555befa46964113c460afc24cee.zip |
Fix loading by apptype in webdav
Diffstat (limited to 'lib/app.php')
-rw-r--r-- | lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.php b/lib/app.php index c8d3826bca5..f274194b25c 100644 --- a/lib/app.php +++ b/lib/app.php @@ -49,7 +49,7 @@ class OC_App{ * if $types is set, only apps of those types will be loaded */ public static function loadApps($types=null){ - // Did we allready load everything? + // Did we already load everything? if( self::$init ){ return true; } |