diff --git a/library/Class/Import/Typo3.php b/library/Class/Import/Typo3.php
index a52fdc6a149169f0b6edb361f753aaeef09f92f7..b8ff9d80566f17a08882d75119ab7dd5fb01ecfb 100644
--- a/library/Class/Import/Typo3.php
+++ b/library/Class/Import/Typo3.php
@@ -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);
   }