diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 14:35:16 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 14:35:16 -0700 |
commit | 3ab6f2ed4bc1bf1e46174e273e18b2174e5b6ee2 (patch) | |
tree | 3306207f4f8c01676dba08289ea537391b101c49 /modules/digibug | |
parent | e78f91c91a178f564dc845905ea4b21928e57c3c (diff) |
Remove unnecessary curly braces.
Diffstat (limited to 'modules/digibug')
-rw-r--r-- | modules/digibug/helpers/digibug_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/digibug/helpers/digibug_menu.php b/modules/digibug/helpers/digibug_menu.php index d9baf59c..6d127d72 100644 --- a/modules/digibug/helpers/digibug_menu.php +++ b/modules/digibug/helpers/digibug_menu.php @@ -33,7 +33,7 @@ class digibug_menu { ->append(Menu::factory("link") ->id("digibug") ->label(t("Print with Digibug")) - ->url(url::site("digibug/print_photo/{$item->id}?csrf={$csrf}")) + ->url(url::site("digibug/print_photo/$item->id?csrf=$csrf")) ->css_id("gDigibugLink")); } } |