]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Imap/imapmanager.php
initialize schema_version table after install
[quix0rs-gnu-social.git] / plugins / Imap / imapmanager.php
index 2d27ac97a87ecb37cdfa794e4726aa0007f4fa24..b731b2907466603565467eb8df2ad74937296105 100644 (file)
@@ -48,7 +48,8 @@ class ImapManager extends IoManager
      */
     public static function get()
     {
-        throw new Exception(_m('ImapManager should be created using its constructor, not the using the static get method.'));
+        // TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
+        throw new Exception(_m('ImapManager should be created using its constructor, not using the static "get()" method.'));
     }
 
     /**