Great idea, sadly it is broken

I got it working with the following edit but am not an experienced drupal developer.

// hack, original :$output = l(t('Add a new shortcut'), 'node/add/shortcut', drupal_get_destination());
$output = l(t('Add a new shortcut'), 'node/add/shortcut');

Comments

nestor.mata’s picture

Assigned: Unassigned » nestor.mata
Status: Active » Fixed

Destination was using the l() function as Drupal 5, this is fixed for next version.

~Nestor

Status: Fixed » Closed (fixed)

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