Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
1c384215
Commit
1c384215
authored
Oct 15, 2009
by
Penny Leach
Browse files
Renamed a $smarty to a $dwoo inside a dwoo plugin
parent
a9093bac
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/dwoo/mahara/plugins/function.str.php
View file @
1c384215
...
...
@@ -33,7 +33,7 @@ function Dwoo_Plugin_str(Dwoo $dwoo, $tag, $section = 'mahara', $args = null, $a
// If there is an 'assign' parameter, place it into that instead.
if
(
!
empty
(
$assign
))
{
$
smarty
->
assign
(
$assign
,
$ret
);
$
dwoo
->
assign
(
$assign
,
$ret
);
return
;
}
...
...
Write
Preview
Supports
Markdown
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