X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FDB%2FDataObject.php;h=1232d184dfad1666e9fe532c6c29dbf832635f78;hb=6f593a79d4b090b6afb6353a1f7e50f3fbfdc1b6;hp=828477d6e87f340645a32a21aaf3004d1b668e2a;hpb=3ad3535cd8d12787d1af95969b9576620abce4a9;p=quix0rs-gnu-social.git diff --git a/extlib/DB/DataObject.php b/extlib/DB/DataObject.php index 828477d6e8..1232d184df 100755 --- a/extlib/DB/DataObject.php +++ b/extlib/DB/DataObject.php @@ -4309,6 +4309,7 @@ class DB_DataObject extends DB_DataObject_Overload $case[strtolower($k)] = $k; } if ((substr(phpversion(),0,1) == 5) && isset($case[strtolower($element)])) { + file_put_contents('/tmp/backtrace', var_export(debug_backtrace(),true)); trigger_error("PHP5 set/get calls should match the case of the variable",E_USER_WARNING); $element = strtolower($element); }