Spurious error message when saving PD tab without Ajax

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
Post Reply
cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Spurious error message when saving PD tab without Ajax

Post by cmb » Thu Aug 21, 2014 4:39 pm

Hello Community,

I've just noticed a spurious error message when saving a page data tab without Ajax: it is always reported that content.htm couldn't been saved. The fix is obvious; cmsimple/cms.php line 889ff:

Code: Select all

        } else {
            if (!$temp) {
                e('cntsave', 'content', $pth['file']['content']);
            }
        }
As this is a bug fix, it should be included in XH 1.6.3 without the need to vote.

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Spurious error message when saving PD tab without Ajax

Post by cmb » Sun Aug 24, 2014 9:21 pm

Done (r1358).
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply