]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Don't use system include path
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 28 Jan 2016 19:31:46 +0000 (20:31 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 28 Jan 2016 19:31:46 +0000 (20:31 +0100)
commit5b11238010619be50b40a1f681d98ac611db98f2
treea624c0c11f98986548da0adde139e3c32fdee369
parent6b31feb70f2d513554489d92af39a5cbf980f9b1
Don't use system include path

Sometimes systems have _old_ DB_DataObject classes lying around that
get included by default, so we just try to avoid anything that we don't
ship ourselves.

<MMN-o> BeS: I'll commit a patch that will make this issue go away
<BeS> MMN-o: that would be awesome!
<MMN-o> but it might upset bashrc who's working on a Debian package (where you're _supposed_ to include from /usr/php etc. :P)
<MMN-o> but I'll leave a comment along with it
index.php