/**
 * Returns TRUE if 'menu_links_features_export_render' is in the callstack.
 */
function _menu_token_is_called_from_features() {
...
      if (version_compare(PHP_VERSION, '5.3.6', '>=') {  <----------------
        $callstack = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
      }
...
  return !$called;
}

CommentFileSizeAuthor
#1 menu_token-syntax_error-2430035-1.patch596 bytesm.lebedev
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

m.lebedev’s picture

m.lebedev’s picture

Issue summary: View changes
DevElCuy’s picture

Status: Needs review » Fixed

Good catch @m.lebedev!

DevElCuy’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.