Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3aaffd33
Commit
3aaffd33
authored
Dec 03, 2008
by
Dries
Browse files
- Patch
#320510
by hswong3i et al: convert menu.inc to new database abstraction layer.
parent
0a062b2c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
includes/menu.inc
View file @
3aaffd33
This diff is collapsed.
Click to expand it.
modules/forum/forum.test
View file @
3aaffd33
...
...
@@ -93,7 +93,6 @@ class ForumTestCase extends DrupalWebTestCase {
// Add forum to navigation menu.
$edit
=
array
();
$edit
[
'mlid:'
.
$mlid
.
'[hidden]'
]
=
TRUE
;
$this
->
drupalPost
(
'admin/build/menu-customize/navigation'
,
$edit
,
t
(
'Save configuration'
));
$this
->
assertResponse
(
200
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment