Skip to content
Snippets Groups Projects
Commit fa53a307 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

fix strict standards php 5.4

parent c1a861d9
Branches
Tags
6 merge requests!1553Master,!1502Master,!1501Stable,!1312Master,!1299Master,!1298Hotline master
......@@ -236,7 +236,7 @@ class Class_Import_Typo3 {
protected function _getSite($uid) {
return Class_Sitotheque::findFirstByCustomFieldValue(SELF::UID_TYPO3_CF, $uid);
return Class_Sitotheque::findFirstByCustomFieldValue(self::UID_TYPO3_CF, $uid);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment