Fixed missing #endif in adminmenu.inc (bug 4216, r=dvander).
This commit is contained in:
parent
bd3b46d624
commit
3b0785cae0
@ -38,8 +38,9 @@
|
||||
/* Decide whether topmenus should be required */
|
||||
#if !defined REQUIRE_PLUGIN
|
||||
#if defined REQUIRE_EXTENSIONS
|
||||
#define TEMP_REQUIRE_EXTENSIONS
|
||||
#undef REQUIRE_EXTENSIONS
|
||||
#define TEMP_REQUIRE_EXTENSIONS
|
||||
#undef REQUIRE_EXTENSIONS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <topmenus>
|
||||
|
Loading…
Reference in New Issue
Block a user