This is a child task for #422380: Convert all core module to use new static caching API focusing on the aggregator module.

Comments

JamesAn’s picture

Status: Active » Needs review
StatusFileSize
new1.15 KB

The aggregator module has two static vars, neither of which are ever reset. This patch inserts inline comments explicitly stating that these static vars don't use drupal_static() as is done elsewhere.

JamesAn’s picture

StatusFileSize
new1.11 KB

As mentioned in #480122-2: Update blogapi module to use drupal_static(), most static vars should be converted over to use the drupal_static() method.

JamesAn’s picture

StatusFileSize
new1.11 KB

Oops. Forgot the ampersand in front of drupal_static().

catch’s picture

Status: Needs review » Reviewed & tested by the community
dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD.

Status: Fixed » Closed (fixed)

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