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 | |
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')
-rw-r--r-- | ratatoeskr/backend.php | 6 | ||||
-rw-r--r-- | ratatoeskr/setup/setup.php | 4 |
2 files changed, 2 insertions, 8 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; } } } 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) { |