Refactored UploadStash and related classes to use the database for file metadata...
[lhc/web/wiklou.git] / includes / api / ApiQueryStashImageInfo.php
index e8dea83..43f925a 100644 (file)
@@ -51,7 +51,7 @@ class ApiQueryStashImageInfo extends ApiQueryImageInfo {
                                $result->addValue( array( 'query', $this->getModuleName() ), null, $imageInfo );
                                $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), $modulePrefix );
                        }
-
+               //TODO: update exception handling here to understand current getFile exceptions
                } catch ( UploadStashNotAvailableException $e ) {
                        $this->dieUsage( "Session not available: " . $e->getMessage(), "nosession" );
                } catch ( UploadStashFileNotFoundException $e ) {