| @@ 106-110 (lines=5) @@ | ||
| 103 | self::$actions = array(); |
|
| 104 | } |
|
| 105 | ||
| 106 | if (!isset(self::$actions[$tag])) { |
|
| 107 | self::$actions[$tag] = 1; |
|
| 108 | } else { |
|
| 109 | ++self::$actions[$tag]; |
|
| 110 | } |
|
| 111 | ||
| 112 | // Do 'all' actions first |
|
| 113 | if (isset(Filter::$filters['all'])) { |
|
| @@ 174-178 (lines=5) @@ | ||
| 171 | self::$actions = array(); |
|
| 172 | } |
|
| 173 | ||
| 174 | if (!isset(self::$actions[$tag])) { |
|
| 175 | self::$actions[$tag] = 1; |
|
| 176 | } else { |
|
| 177 | ++self::$actions[$tag]; |
|
| 178 | } |
|
| 179 | ||
| 180 | // Do 'all' actions first |
|
| 181 | if (isset(Filter::$filters['all'])) { |
|