Problem/Motivation

While debugging this issue: #2509188: The directory public://pictures does not exist or is not writable., I noticed a slight inefficiency in the user_admin_settings() function. The variable_get('user_pictures', 0) code is called twice where it could only be called once.

Remaining tasks

Review patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dooug’s picture

dooug’s picture

Status: Active » Needs review