Posted by jefnguo on January 17, 2010 at 11:36pm
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | menu system |
| Category: | bug report |
| Priority: | minor |
| Assigned: | rdrh555 |
| Status: | closed (fixed) |
Issue Summary
Line 553 of menu.inc , you missed a "]"
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | menu system |
| Category: | bug report |
| Priority: | minor |
| Assigned: | rdrh555 |
| Status: | closed (fixed) |
Line 553 of menu.inc , you missed a "]"
Comments
#1
I know this is soooo minor, but it closes the issue......right?
#2
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.
#3
Here is the D7 fix:
#4
Moving to proper version.
#5
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!
#6
Thanks!
#7
#8
Thanks, committed.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.