Problem/Motivation
Aurora's implementation of hook_preprocess_user_profile_category() uses the $variables parameter, but then tries to reference that variable as $vars, causing a PHP error.
Proposed resolution
Standardize preprocess functions in Aurora's template.php file, so they all use $vars.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | standardize-vars-2287171-1.patch | 1.73 KB | jstoller |
Comments
Comment #1
jstollerPatch provided.
Comment #2
iamcarrico commentedComment #3
iamcarrico commentedThat is a big bug. Will do another release of Aurora tonight with this in there.
Comment #6
iamcarrico commentedSilly bot--- I fixed it before the patch was up. Probz why it failed. Either way, it is in there.