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.

CommentFileSizeAuthor
#1 standardize-vars-2287171-1.patch1.73 KBjstoller
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jstoller’s picture

Status: Active » Needs review
FileSize
1.73 KB

Patch provided.

iamcarrico’s picture

Status: Needs review » Fixed
iamcarrico’s picture

That is a big bug. Will do another release of Aurora tonight with this in there.

Status: Fixed » Needs work

The last submitted patch, 1: standardize-vars-2287171-1.patch, failed testing.

iamcarrico’s picture

Status: Needs work » Fixed

Silly bot--- I fixed it before the patch was up. Probz why it failed. Either way, it is in there.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.