Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dwoo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Common
Dwoo
Commits
c9eda80d
Commit
c9eda80d
authored
Oct 12, 2009
by
seldaek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug when accessing global vars from a sub-template
fixes #42 git-svn-id:
svn://dwoo.org/dwoo/trunk@292
0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent
f1766640
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CHANGELOG
CHANGELOG
+1
-0
Dwoo.php
lib/Dwoo.php
+2
-1
No files found.
CHANGELOG
View file @
c9eda80d
...
...
@@ -19,6 +19,7 @@
resulting in a fatal error)
* Fixed a property reading bug on objects that implemented __get but not
__isset, implementing __isset is however very much recommended
* Fixed a bug when accessing global vars from a sub-template
[2009-07-18] 1.1.0
! BC Break: Dwoo::initGlobals() is only called once during the Dwoo object
...
...
lib/Dwoo.php
View file @
c9eda80d
...
...
@@ -198,8 +198,9 @@ class Dwoo
* stores the data during template runtime
*
* @var array
* @private
*/
p
rotected
$data
;
p
ublic
$data
;
/**
* stores the current scope during template runtime
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment