- if (!$$section) { continue; }
+ if (!$section) { continue; }
- foreach ($$section as $relationship) {
+ foreach ($section as $relationship) {
| Comment | File | Size | Author |
|---|---|---|---|
| ur_template_typo.patch | 1.19 KB | kars-t |
- if (!$$section) { continue; }
+ if (!$section) { continue; }
- foreach ($$section as $relationship) {
+ foreach ($section as $relationship) {
| Comment | File | Size | Author |
|---|---|---|---|
| ur_template_typo.patch | 1.19 KB | kars-t |
Comments
Comment #1
alex.k commentedRemoving the extra dollars gives me these errors:
warning: Invalid argument supplied for foreach() in /Users/alexk/projects/user_relationships/ur6/sites/all/modules/user_relationships/user_relationships_ui/templates/user_relationships_pending_requests.tpl.php on line 23.
warning: Invalid argument supplied for foreach() in /Users/alexk/projects/user_relationships/ur6/sites/all/modules/user_relationships/user_relationships_ui/templates/user_relationships_pending_requests.tpl.php on line 23.