Skip to main content
Topic: Possible inconsistency (Read 1618 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Possible inconsistency

Code: (GenericMenu.template.php) [Select]
	// Print out all the items in this tab (if any).
if (!empty($context['tabs']))
{
// The admin tabs.
echo '
<ul id="adm_submenus">';

foreach ($tab_context['tabs'] as $sa => $tab)
checks for $context, uses $tab_context.

I got an error by that one while writing a mod, at the moment I can't dive into the code so I have no idea of the real consequences.

Not a blocker to me.
Bugs creator.
Features destroyer.
Template killer.

Re: Possible inconsistency

Reply #1

Does not seem like a block for the rc, but we should clean that up for 1.0 I'd think.