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 --- CONTRIBUTORS | 2 +- ratatoeskr/backend.php | 6 ------ ratatoeskr/setup/setup.php | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6a90cd6..a04912f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,4 +3,4 @@ People who have worked on Ratatöskr If you modified something, feel free to append your name to this list. -* Kevin Chabowski +* Laria Chabowski 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; } } } diff --git a/ratatoeskr/setup/setup.php b/ratatoeskr/setup/setup.php index 32727e6..ef2c510 100644 --- a/ratatoeskr/setup/setup.php +++ b/ratatoeskr/setup/setup.php @@ -231,8 +231,8 @@ STYLE; try { - Repository::create("http://r7r-repo-community.kch42.net/"); - Repository::create("http://r7r-repo-official.kch42.net/"); + Repository::create("http://r7r-repo-community.silvasur.net/"); + Repository::create("http://r7r-repo-official.silvasur.net/"); } catch(RepositoryUnreachableOrInvalid $e) { -- cgit v1.2.3-54-g00ecf