Index: trunk/extensions/LiquidThreads/LiquidThreads.php |
— | — | @@ -249,11 +249,11 @@ |
250 | 250 | $wgDefaultUserOptions['lqtcustomsignatures'] = true; |
251 | 251 | |
252 | 252 | // API |
253 | | -$wgAutoloadClasses['ApiQueryLQTThreads'] = "$dir/api/ApiQueryLQTThreads.php"; |
| 253 | +$wgAutoloadClasses['ApiQueryLQTThreads'] = $dir . 'api/ApiQueryLQTThreads.php'; |
254 | 254 | $wgAPIListModules['threads'] = 'ApiQueryLQTThreads'; |
255 | | -$wgAutoloadClasses['ApiFeedLQTThreads'] = "$dir/api/ApiFeedLQTThreads.php"; |
| 255 | +$wgAutoloadClasses['ApiFeedLQTThreads'] = $dir . 'api/ApiFeedLQTThreads.php'; |
256 | 256 | $wgAPIModules['feedthreads'] = 'ApiFeedLQTThreads'; |
257 | | -$wgAutoloadClasses['ApiThreadAction'] = "$dir/api/ApiThreadAction.php"; |
| 257 | +$wgAutoloadClasses['ApiThreadAction'] = $dir . '/api/ApiThreadAction.php'; |
258 | 258 | $wgAPIModules['threadaction'] = 'ApiThreadAction'; |
259 | 259 | |
260 | 260 | // Path to the LQT directory |