Closed (fixed)
Project:
CSS Injector
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 17:53 UTC
Updated:
22 Mar 2010 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
DimitrAT commentedI'm brand new in the Drupal world.
I have the exact same problem with Enrityn.
Can anyone help?
Thanks
Comment #2
wedge commentedchange line 54 of css_injector.admin.inc to
function theme_css_injector_admin_form($form) {used to be:
function theme_css_injector_admin_form(&$form) {this is a php 5.3.0 problem. the same thing happened for me on snow leopard.
Comment #3
ricabrantes commentedI have the same problem, the change on line 54 don't work for me.
Linux 64bits
PHP Version 5.3.1
Apache/2.2.14
Comment #4
jcolomer commentedIt worked for me, wedge. Thank you!
Comment #5
andrewfn commentedHere is a patch for the above change.
Comment #6
eaton commentedCommitted. Thanks!
Comment #7
eaton commented