Closed (fixed)
Project:
Admin Notes
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2011 at 11:59 UTC
Updated:
5 May 2016 at 06:14 UTC
Jump to comment: Most recent
Comments
Comment #1
bocaj commentedThanks for catching this 70m. This should be changed now in 7.x-1.x-dev. Please let me know if it works for you.
If you do not want to use a dev release, all I did was change line 80 from:
to: (Notice no period before the equal sign)
Please reopen this issue if that does not solve your problem!
Comment #3
robatk commentedI've found that the above condition still persist in 7.x-1.0-beta1, so I applied the recommended edit. This cleared the error message in Firefox, but not IE nor Chrome. I reset it and tested the fix again with the same results. I would like to eliminate the error message, so I'll keep on eye on this thread.
Comment #4
SeanBannister commentedAny chance we could role a beta 2 for this.
Comment #5
arjun.m commentedInitiate the block to eliminate the error. Add the following after 'global $user;'
$block = "";Comment #6
ryank76 commentedNeither #1 nor #5 solved the problem for me.
Comment #7
shreya shetty commented$form = drupal_get_form('admin_notes_block_form', $note);
$block['content'] = drupal_render($form);
Try this it may solve the error
Comment #8
shreya shetty commented