From 7a73646a223bf12e33f472a410b575e85c47be98 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 15 Aug 2016 08:18:32 +0200 Subject: Fix some php7 bugs. Also new name and new repository urls --- ratatoeskr/backend.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ratatoeskr/backend.php') diff --git a/ratatoeskr/backend.php b/ratatoeskr/backend.php index f043a47..326d82c 100644 --- a/ratatoeskr/backend.php +++ b/ratatoeskr/backend.php @@ -1139,7 +1139,6 @@ $backend_subactions = url_action_subactions(array( } catch(DoesNotExistError $e) { - continue; } } @@ -1165,7 +1164,6 @@ $backend_subactions = url_action_subactions(array( } catch(DoesNotExistError $e) { - continue; } } @@ -1180,7 +1178,6 @@ $backend_subactions = url_action_subactions(array( } catch(DoesNotExistError $e) { - continue; } } @@ -1201,7 +1198,6 @@ $backend_subactions = url_action_subactions(array( } catch(DoesNotExistError $e) { - continue; } } @@ -1217,7 +1213,6 @@ $backend_subactions = url_action_subactions(array( } catch(DoesNotExistError $e) { - continue; } } @@ -1240,7 +1235,6 @@ $backend_subactions = url_action_subactions(array( } catch(DoesNotExistError $e) { - continue; } } } -- cgit v1.2.3-54-g00ecf