Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
+ 4
3
Preferences
Compare changes
Files
@@ -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);
}