*** empty log message ***
[mir.git] / source / mircoders / storage / DatabaseVideos.java
index 5c71b3e..a53c2c2 100755 (executable)
@@ -43,7 +43,7 @@ public class DatabaseVideos extends Database implements StorageObject{
                catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }
 
-       public SimpleList getPopupData() {
+       public SimpleList getPopupData() throws StorageObjectException {
                return getPopupData("title",true);
        }