Bernd Wurst commited on 2014-05-08 18:22:58
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -86,11 +86,11 @@ function upgradeable($appname, $version) |
86 | 86 |
DEBUG("found MediaWiki"); |
87 | 87 |
return 'mediawiki'; |
88 | 88 |
} |
89 |
- elseif ($appname == 'owncloud') |
|
89 |
+ /*elseif ($appname == 'owncloud') |
|
90 | 90 |
{ |
91 | 91 |
DEBUG('found OwnCloud'); |
92 | 92 |
return 'owncloud'; |
93 |
- } |
|
93 |
+ }*/ |
|
94 | 94 |
DEBUG("found no upgradeable webapp!"); |
95 | 95 |
return NULL; |
96 | 96 |
} |
97 | 97 |