The panels_why_so_slow_ctools_plugin_api() function has the following code:

    return array(
      'version' => 1,
      'path' => drupal_get_path('module', 'panels_perf'),
    );

Shouldn't it instead be this?

    return array(
      'version' => 1,
      'path' => drupal_get_path('module', 'panels_why_so_slow'),
    );
CommentFileSizeAuthor
#1 panels_why_so_slow-n1984740-1.patch476 bytesdamienmckenna

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new476 bytes

A patch to fix the incorrect string.

drewish’s picture

Hi Damien, you've got commit access now so fire away!

damienmckenna’s picture

Issue summary: View changes
Status: Needs review » Fixed

Committed.

  • Commit c645032 on 7.x-1.x by DamienMcKenna:
    Issue #1984740 by DamienMcKenna: Incorrectly named variable in...

Status: Fixed » Closed (fixed)

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