Fixed fatal error calling identifyOutputDir on parent folder

This commit is contained in:
2012-01-30 09:10:05 +00:00
parent 8b1263c324
commit 96c607d2da

View File

@@ -109,7 +109,7 @@ class DownloadDispatcher_Source_Plugin_TV extends DownloadDispatcher_Source_Plug
// Filename not recognised, try the parent directory name instead
if ($try_parent) {
return identifyOutputDir(dirname($dir), basename($dir), false);
return $this->identifyOutputDir(dirname($dir), basename($dir), false);
}
throw new DownloadDispatcher_Exception_UnidentifiedContent($file);