Allow users to add, remove and apply change tags using the API
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index 6e289dc..f4f2c8c 100644 (file)
@@ -1668,6 +1668,10 @@ abstract class ApiBase extends ContextSource {
                        'code' => 'nosuchrcid',
                        'info' => "There is no change with rcid \"\$1\""
                ),
+               'nosuchlogid' => array(
+                       'code' => 'nosuchlogid',
+                       'info' => "There is no log entry with ID \"\$1\""
+               ),
                'protect-invalidaction' => array(
                        'code' => 'protect-invalidaction',
                        'info' => "Invalid protection type \"\$1\""