diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-01 02:08:54 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-01 02:08:54 +0200 |
commit | 0257ed3029a611b51cae91df401ef7a9e609a25d (patch) | |
tree | 4235d25b43a83cfe1d8c083225b3d88bebf73342 | |
parent | bc5bb6c2d43592cc51ce743090122897b6197969 (diff) |
Remove useless variable initialization.
-rw-r--r-- | router.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -105,7 +105,6 @@ class Router { return 'Command not supported.'; } - $data = null; $auth = Authentication::instance($config['routers'][$this->id]); $auth->connect(); $data = $auth->send_command($complete_command); |