cosmocode / contagged

ConTagged is a web-based address book for small companies written in PHP.
http://www.cosmocode.de/en/opensource/contagged
63 stars 19 forks source link

error on tags.php when I click on tags #12

Closed rchovan closed 10 years ago

rchovan commented 10 years ago

Hi, I have included your extended schema to LDAP, I can add tags, I can use tags, I can search by tags, but when I click on Tags on upper menu, I get this error: Fatal error: Call-time pass-by-reference has been removed in //tags.php on line 38 I'm using latest version 0.7.2

rchovan commented 10 years ago

solved by changing line in tags.php from this: tag_cloud_weight(&$tags,$min,$max,6);

to this: tag_cloud_weight($tags,$min,$max,6);