Skip to content

Commit cb7af7d

Browse files
authored
Merge pull request #11 from ggoffy/master
fixed warning about XoopsObject compatibility (issue #10)
2 parents b0a7cb3 + 4fd0703 commit cb7af7d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

class/LanguageHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function create($isNew = true, $isBase = true)
205205
* @return bool|string|array
206206
* @internal param object $lang
207207
*/
208-
public function insert(Blanguage $lang)
208+
public function insert(\XoopsObject $lang)
209209
{
210210
$val_array = [];
211211
if (!$lang->isDirty()) {

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<h5>3.1 RC 2 [2020-09-09]</h5> Dev: XOOPS 2.5.11, PHP 7.4.1
2+
<hr>
3+
- fixed warning about XoopsObject compatibility (issue #10) (goffy)
4+
15
<h5>3.1 RC 1 [2019-12-22]</h5> Dev: XOOPS 2.5.11, PHP 7.4.1
26
<hr>
37
- __NAMESPACE__ in Helper.php (mamba)

0 commit comments

Comments
 (0)