Bug workaround for (undocumented?) autoload change in PHP 5.3.?
authorDaniel Rudolf <rudolf@eifel-online.com>
Sat, 9 Feb 2013 01:03:07 +0000 (02:03 +0100)
committerDaniel Rudolf <rudolf@eifel-online.com>
Sat, 9 Feb 2013 01:03:07 +0000 (02:03 +0100)
commit9cc6345f920042bae3e63b5d596ff658ceff3c5b
treeb711eedfbd9ec5a368ff378c1a093bb62e84feaf
parentbb0a962495b7872c5b9e6c21cb8588a5632df7cf
Bug workaround for (undocumented?) autoload change in PHP 5.3.?

Our local vanilla 5.3.8 always receives classes for autoloading fully-qualified without leading slash (as written in the PHP doc), but a customers 5.3.2-1ubuntu4.18 sometimes receives it with an leading slash. Simple way of handling that, breaks nothing and normally won't affect anything.
wcfsetup/install/files/lib/system/WCF.class.php