forgot to save it the last time...
This commit is contained in:
parent
9e8ac01b8f
commit
397d0c57da
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ event {
|
|||
|
||||
event {
|
||||
pattern { releasePage($1); }
|
||||
guard { $1->id != -1 }
|
||||
guard { $1 != 0 && $1->id != -1 }
|
||||
action { $1->id = -1; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue