no need for this else block

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-21 22:53:08 +01:00
parent 0436782e70
commit d80b82c55d
1 changed files with 1 additions and 2 deletions

View File

@ -136,6 +136,7 @@ function proxy_init(App $a) {
} }
$valid = true; $valid = true;
$r = array();
if (!$direct_cache AND ($cachefile == '')) { if (!$direct_cache AND ($cachefile == '')) {
$r = qu("SELECT * FROM `photo` WHERE `resource-id` = '%s' LIMIT 1", $urlhash); $r = qu("SELECT * FROM `photo` WHERE `resource-id` = '%s' LIMIT 1", $urlhash);
@ -158,8 +159,6 @@ function proxy_init(App $a) {
======= =======
>>>>>>> upstream/develop >>>>>>> upstream/develop
} }
} else {
$r = array();
} }
if (!dbm::is_result($r)) { if (!dbm::is_result($r)) {