Closed (fixed)
Project:
ThemeKey
Version:
6.x-2.0-rc2
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Apr 2010 at 22:39 UTC
Updated:
29 Apr 2010 at 08:30 UTC
Jump to comment: Most recent file
Hi there,
I noticed today that I'd get an error when I turned on the php E_NOTICE flag (more info here: #761780: Plenty of E_ALL notices in modules developed on installation with Drupal tarball)
If you could please fix it, it would be great! 8-)
* notice: Undefined variable: path in /usr/clients/www/drupal/sites/all/modules/themekey/themekey_base.inc on line 133.
Thank you.
Alexis Wilke
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | themekey-global_params-6.x.patch | 547 bytes | AlexisWilke |
Comments
Comment #1
AlexisWilke commentedOkay, there is a patch. Note that $path was undefined so NULL (which is the default for arg() second parameter) so removing it completely is the same as what you had before. However, you may want to review your code and make sure that it was really meant that way.
Thank you.
Alexis Wilke
Comment #2
mkalkbrennerYou're right. Committed to CVS.