]> 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:53:31 +0000 (12:53 -0700)
commitc2da4456998b2c15d87eab7c71fc51c6a82513cc
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