Posted by cainrus on May 31, 2012 at 11:20am
1 follower
| Project: | RootCandy |
| Version: | 7.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
php 5.3.3
template.php
// You must use next code:
l($user_first_name, 'user', array('attributes' => array('class' => array('user-name')))))
// Insterad of:
l($user_first_name, 'user', array('attributes' => array('class' => 'user-name'))))
// Wrap class property with array