Commit 427797c3 authored by Etienne CHAMPETIER's avatar Etienne CHAMPETIER

ZP-795 remove useless assignment.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 35af4403
...@@ -303,7 +303,7 @@ abstract class Backend implements IBackend { ...@@ -303,7 +303,7 @@ abstract class Backend implements IBackend {
} }
if (isset($this->stateStorage)) { if (isset($this->stateStorage)) {
try { try {
$this->storage_state = ZPush::GetDeviceManager()->GetStateManager()->SetBackendStorage($this->stateStorage, StateManager::BACKENDSTORAGE_STATE); ZPush::GetDeviceManager()->GetStateManager()->SetBackendStorage($this->stateStorage, StateManager::BACKENDSTORAGE_STATE);
} }
catch (StateNotYetAvailableException $snyae) { } catch (StateNotYetAvailableException $snyae) { }
catch(StateNotFoundException $snfe) { } catch(StateNotFoundException $snfe) { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment