get url
[mir.git] / source / mircoders / storage / DatabaseImages.java
index f181f3d..ede4e15 100755 (executable)
@@ -43,7 +43,7 @@ public class DatabaseImages extends Database implements StorageObject{
                catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }
 
-       public SimpleList getPopupData() {
+       public SimpleList getPopupData() throws StorageObjectException {
                return getPopupData("title",true);
        }