Fixed missing #endif in adminmenu.inc (bug 4216, r+a13=dvander).
This commit is contained in:
parent
a5ab381c0a
commit
b6507b12d4
@ -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