Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit fe12783

Browse files
committed
Fix **bad** 🐛 in background job
1 parent 8418df5 commit fe12783

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
class Utilities {
66

7-
const VERSION = 'v0.8.2 alpha';
7+
const VERSION = 'v0.8.3 alpha';
88

99
/**
1010
* OS Consts

core/platform/Dialog.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ abstract class Dialog {
2323

2424
/**
2525
* Set an array of available categories [ID => CatName, ...]
26+
* No short break now, will be set in open().
2627
* @param $categories array of categories
2728
*/
2829
public function setCategories(array $categories){
30+
$this->shortBreak = false;
2931
$this->categories = $categories;
3032
}
3133

0 commit comments

Comments
 (0)