Index: flag_handler_relationships.inc
===================================================================
--- flag_handler_relationships.inc	(revision 182)
+++ flag_handler_relationships.inc	(working copy)
@@ -43,7 +43,7 @@
     if (!$form['flag']['#options']) {
       $form = array(
         'error' => array(
-          '#value' => '<p class="error">' . t('No %type flags exist. You must first <a href="@create-url">create a %type flag</a> before being able to use one.', array('%type' => $content_type, '@create-url' => 'admin/build/flags')) . '</p>',
+          '#value' => '<p class="error">' . t('No %type flags exist. You must first <a href="@create-url">create a %type flag</a> before being able to use one.', array('%type' => $content_type, '@create-url' => url('admin/build/flags'))) . '</p>',
         ),
       );
       $form_state['no flags exist'] = TRUE;
