]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/ActivityType.php
Merge pull request #5584 from BookStackApp/content_comments
[bookstack] / app / Activity / ActivityType.php
index 4a648da6cfbdb5cb4f173026f5e96cb3f22c7059..a7f129f71d4317055f23062c22f05363beef5168 100644 (file)
@@ -71,9 +71,9 @@ class ActivityType
     const IMPORT_RUN = 'import_run';
     const IMPORT_DELETE = 'import_delete';
 
-    const SORT_SET_CREATE = 'sort_set_create';
-    const SORT_SET_UPDATE = 'sort_set_update';
-    const SORT_SET_DELETE = 'sort_set_delete';
+    const SORT_RULE_CREATE = 'sort_rule_create';
+    const SORT_RULE_UPDATE = 'sort_rule_update';
+    const SORT_RULE_DELETE = 'sort_rule_delete';
 
     /**
      * Get all the possible values.