File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function getInstance(): HandlerInterface
72
72
$ this ->directoryList ->getPath (DirectoryList::VAR_DIR ),
73
73
$ this ->scopeConfig ->getValue ($ this ->filenamePath )
74
74
),
75
- $ this ->scopeConfig ->getValue ($ this ->maxFilesPath ),
75
+ ( int ) $ this ->scopeConfig ->getValue ($ this ->maxFilesPath ),
76
76
$ this ->scopeConfig ->getValue ($ this ->levelPath )
77
77
);
78
78
}
Original file line number Diff line number Diff line change @@ -105,12 +105,12 @@ public function getInstance(): HandlerInterface
105
105
$ this ->scopeConfig ->getValue ($ this ->tokenPath ),
106
106
$ this ->scopeConfig ->getValue ($ this ->channelPath ),
107
107
$ this ->scopeConfig ->getValue ($ this ->usernamePath ),
108
- $ this ->scopeConfig ->getValue ($ this ->useAttachmentPath ),
108
+ $ this ->scopeConfig ->isSetFlag ($ this ->useAttachmentPath ),
109
109
$ this ->scopeConfig ->getValue ($ this ->iconEmojiPath ),
110
110
$ this ->scopeConfig ->getValue ($ this ->levelPath ),
111
- $ this ->scopeConfig ->getValue ($ this ->bubblePath ),
112
- $ this ->scopeConfig ->getValue ($ this ->useShortAttachmentPath ),
113
- $ this ->scopeConfig ->getValue ($ this ->includeContextAndExtraPath )
111
+ $ this ->scopeConfig ->isSetFlag ($ this ->bubblePath ),
112
+ $ this ->scopeConfig ->isSetFlag ($ this ->useShortAttachmentPath ),
113
+ $ this ->scopeConfig ->isSetFlag ($ this ->includeContextAndExtraPath )
114
114
);
115
115
}
116
116
You can’t perform that action at this time.
0 commit comments