{Fix] Admin News page error

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • {Fix] Admin News page error

    Error when accessing the page

    admin/ShowNewsPage.php

    From
    'nws_total'=> sprintf($LNG['nws_total'], (!isset($NewsList) ? count($NewsList) : 0)),


    TO
    'nws_total'=> sprintf($LNG['nws_total'], $NewsList && count($NewsList)),

    Have a nice day!!
    --------------------------------------------------------------------------------------