addresses_address_single_line() doesn't exist.

Index: modules/addresses/addresses.module
===================================================================
--- modules/addresses/addresses.module	(revision 18086)
+++ modules/addresses/addresses.module	(working copy)
@@ -362,7 +362,7 @@
       'file' => 'addresses.settings.inc',
     ),
     // Shows addresses using a single line
-    'addresses_address_single_line' => array(
+    'addresses_addresses_singleline' => array(
       'arguments' => array('addresses'),
       'file' => 'addresses.inc',
     ),

Comments

AlexisWilke’s picture

Shouldn't that be 'addresses_singleline'?

In file addresses.inc, we have:

function theme_addresses_singleline($afields)

So it seems to me that the the extra addresses_... would still make it fail?!

Thank you.
Alexis

AlexisWilke’s picture

Status: Active » Fixed

This is fixed in the development version. I changed the name to 'addresses_address_singleline'.

Thank you.
Alexis Wilke

Status: Fixed » Closed (fixed)

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