Merge "rdbms: small cleanups to session loss handling"
[lhc/web/wiklou.git] / includes / jobqueue / Job.php
index 703e485..8508861 100644 (file)
@@ -337,6 +337,7 @@ abstract class Job implements IJobSpecification {
         * @deprecated since 1.21
         */
        public function insert() {
+               wfDeprecated( __METHOD__, '1.21' );
                JobQueueGroup::singleton()->push( $this );
                return true;
        }