diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-15 08:18:32 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-15 08:18:32 +0200 |
commit | 7a73646a223bf12e33f472a410b575e85c47be98 (patch) | |
tree | 9cb040332648fe38bff73377e9bbb735aaa2f382 /ratatoeskr/backend.php | |
parent | e08182c0c900a96c53c5775408069183e28452b9 (diff) | |
download | ratatoeskr-cms-7a73646a223bf12e33f472a410b575e85c47be98.tar.gz ratatoeskr-cms-7a73646a223bf12e33f472a410b575e85c47be98.tar.bz2 ratatoeskr-cms-7a73646a223bf12e33f472a410b575e85c47be98.zip |
Fix some php7 bugs. Also new name and new repository urls
Diffstat (limited to 'ratatoeskr/backend.php')
-rw-r--r-- | ratatoeskr/backend.php | 6 |
1 files changed, 0 insertions, 6 deletions
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; } } } |