Line 553 of menu.inc , you missed a "]"

CommentFileSizeAuthor
#3 menu-inc2-D6.patch819 bytesrdrh555
#1 menu-inc-D6.patch818 bytesrdrh555
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rdrh555’s picture

Assigned: jefnguo » rdrh555
Status: Patch (to be ported) » Needs review
FileSize
818 bytes

I know this is soooo minor, but it closes the issue......right?

sun’s picture

Status: Needs review » Needs work

Thanks for the patch!

+++ includes/menu.inc	12 Aug 2010 16:49:14 -0000
@@ -550,7 +550,7 @@
  *   Returns the map with objects loaded as defined in the
- *   $item['load_functions. $item['access'] becomes TRUE if the item is
+ *   $item['load_functions. $item['access']] becomes TRUE if the item is
  *   accessible, FALSE otherwise. $item['href'] is set according to the map.

And now can someone explain me what this is trying to communicate after all?

Does this bug also exist in D7? It may be possible to backport corrected PHPDoc from there.

Powered by Dreditor.

rdrh555’s picture

Status: Needs work » Needs review
FileSize
819 bytes

Here is the D7 fix:

Dave Reid’s picture

Version: 6.15 » 7.x-dev

Moving to proper version.

rdrh555’s picture

Version: 7.x-dev » 6.15

No--I was unclear--@sun wondered if this was fixed in D7 and it looked to me as though it was, so I created patch for D6 based on D7--sorry!

sun’s picture

Status: Needs review » Reviewed & tested by the community

Thanks!

Dave Reid’s picture

Version: 6.15 » 6.x-dev
Priority: Normal » Minor
Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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