aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Repository/Remote.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/Repository/Remote.php')
-rw-r--r--src/phorkie/Repository/Remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phorkie/Repository/Remote.php b/src/phorkie/Repository/Remote.php
index 3bb153f..e46d3a9 100644
--- a/src/phorkie/Repository/Remote.php
+++ b/src/phorkie/Repository/Remote.php
@@ -73,7 +73,7 @@ class Repository_Remote
public function isLocal()
{
return isset($this->arConfig['url'])
- && $this->arConfig['url']{0} == '/';
+ && $this->arConfig['url'][0] == '/';
}
/**