]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Use array_merge instead of array_replace (same effect, and array_merge works with...
authorZach Copley <zach@status.net>
Thu, 22 Sep 2011 19:49:04 +0000 (12:49 -0700)
committerZach Copley <zach@status.net>
Thu, 22 Sep 2011 19:54:22 +0000 (12:54 -0700)
commit8e501584b4537750fbd0ca3954e1426b723d5dad
treee42753d09d8c635f968f5e65d46ed33529e830c3
parentf65fa42e1540956e4122f895feb709c033043ff3
Use array_merge instead of array_replace (same effect, and array_merge works with PHP versions < 5.3)

fixes http://status.net/open-source/issues/3393
lib/siteprofile.php
lib/statusnet.php