[Owncloud] Notice within calendar

Thomas Müller thomas.mueller at tmit.eu
Wed Dec 14 09:09:38 UTC 2011


I see following notice within contacts:

Notice: Undefined index: PREF in <install-location>/apps/contacts/templates/part.property.php on line 23

Solution:
add isset() to the call in line 23:
		<p class="contacts_property_name"><?php echo isset($_['property']['parameters']['PREF']) ? $l->t('Preferred').' ' : '' ?><?php echo $l->t('Phone'); ?></p>

can somebody please add this?

THX alot,

Thomas

BTW:
I'm running php 5.2.6 on Debian Lenny.


-- 
Thomas Müller                 E-Mail: thomas.mueller at tmit.eu




More information about the Owncloud mailing list