* back the UDP class accidentaly removed in r42201
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 573cb5f..0b91aeb 100644 (file)
@@ -507,6 +507,9 @@ $wgAutoloadLocalClasses = array(
        'WikiRevision' => 'includes/Import.php',
        'WithoutInterwikiPage' => 'includes/specials/SpecialWithoutinterwiki.php',
 
+       # UDP logging    
+       'UDP' => 'includes/UDP.php',
+
        # includes/templates
        'UsercreateTemplate' => 'includes/templates/Userlogin.php',
        'UserloginTemplate' => 'includes/templates/Userlogin.php',