diff options
-rw-r--r-- | CONTRIBUTORS | 2 | ||||
-rw-r--r-- | ratatoeskr/backend.php | 6 | ||||
-rw-r--r-- | 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 <kevin@kch42.de> +* Laria Chabowski <laria@laria.me> 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) { |