summaryrefslogtreecommitdiff
path: root/src/ste/Scope.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-05-25 12:13:00 +0200
committerKevin Chabowski <kevin@kch42.de>2014-05-25 12:13:00 +0200
commit8c92f0fce1493651e5bacecdbdfc1bd32327c279 (patch)
tree4accdcbc21bec4ea264f7dd71d7664b9c2d3a1f4 /src/ste/Scope.php
parent5ce8ff18911ae6f38da12e8df157943d5a7d81ce (diff)
parent533c1285c05665cfcd8794152b87e97fe2885675 (diff)
downloadste-8c92f0fce1493651e5bacecdbdfc1bd32327c279.tar.gz
ste-8c92f0fce1493651e5bacecdbdfc1bd32327c279.tar.bz2
ste-8c92f0fce1493651e5bacecdbdfc1bd32327c279.zip
Merge branch 'develop'1.0.2
Diffstat (limited to 'src/ste/Scope.php')
-rw-r--r--src/ste/Scope.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ste/Scope.php b/src/ste/Scope.php
index 0da2724..26481ac 100644
--- a/src/ste/Scope.php
+++ b/src/ste/Scope.php
@@ -4,7 +4,7 @@ namespace kch42\ste;
class Scope implements \ArrayAccess {
private $parent = NULL;
- private $vars = array();
+ public $vars = array();
private static function parse_name($name) {
$remain = $name;