diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-12-03 23:08:04 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-12-03 23:08:04 +0300 |
| commit | 7c6f7bb0aa50f42fd697fbe82dc9b8b5931a3a52 (patch) | |
| tree | a0602949ebff1f01e3cc94ef171b27d848b51234 /classes/pluginhost.php | |
| parent | fa3bcfa37997cada30b14a520dc5334a8049e963 (diff) | |
fix some minor issues found by code analyzer
Diffstat (limited to 'classes/pluginhost.php')
| -rw-r--r-- | classes/pluginhost.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php index f07e2bbf4..f9d5bc29a 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -279,8 +279,6 @@ class PluginHost { } else { return false; } - - return false; } function get_commands() { |