diff options
| author | Heiko Adams <heiko.adams@gmail.com> | 2015-11-30 10:29:44 +0100 |
|---|---|---|
| committer | Heiko Adams <heiko.adams@gmail.com> | 2015-11-30 10:29:44 +0100 |
| commit | 05761788b7b5a8a7e6c14333669acd0793886223 (patch) | |
| tree | 464ccc3d98900e5dcf1a437662056161fa1280a4 /update.php | |
| parent | 635ecdb9fa039adb8a0e8ead045bfda023e72bc4 (diff) | |
| parent | 6f5d9c6889b6376527d7598857ac8816cf7980ab (diff) | |
Merge remote-tracking branch 'origin/master' into german-translation
Diffstat (limited to 'update.php')
| -rwxr-xr-x | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index 0fa4db0d8..96097c56a 100755 --- a/update.php +++ b/update.php @@ -365,7 +365,7 @@ if (isset($options["list-plugins"])) { $tmppluginhost = new PluginHost(); - $tmppluginhost->load_all($tmppluginhost::KIND_ALL); + $tmppluginhost->load_all($tmppluginhost::KIND_ALL, false); $enabled = array_map("trim", explode(",", PLUGINS)); echo "List of all available plugins:\n"; |