Osticket: نوع الخطأ لـ banlist.inc.php

تم إنشاؤها على ٣ نوفمبر ٢٠١٦  ·  2تعليقات  ·  مصدر: osTicket/osTicket

ضمن تطوير الفرع وإصدار 1.9.8.1 (قد يحتوي الإصدار الآخر أيضًا على نفس الخطأ) ، السطر 113-116 في banlist.inc.php ، يجب تغيير السلسلة "staff.php" إلى "banlist.php". لن يعمل الفرز الذي ورد ذكره في العدد رقم 1725.

            <th width="56%"><a <?php echo $email_sort; ?> href="staff.php?<?php echo $qstr; ?>&sort=email"><?php echo __('Email Address');?></a></th>
            <th width="10%"><a  <?php echo $status_sort; ?> href="staff.php?<?php echo $qstr; ?>&sort=status"><?php echo __('Ban Status');?></a></th>
            <th width="10%"><a <?php echo $created_sort; ?> href="staff.php?<?php echo $qstr; ?>&sort=created"><?php echo __('Date Added');?></a></th>
            <th width="20%"><a <?php echo $updated_sort; ?> href="staff.php?<?php echo $qstr; ?>&sort=updated"><?php echo __('Last Updated');?></a></th>

ل

        <th width="56%"><a <?php echo $email_sort; ?> href="banlist.php?<?php echo $qstr; ?>&sort=email"><?php echo __('Email Address');?></a></th>
        <th width="10%"><a  <?php echo $status_sort; ?> href="banlist.php?<?php echo $qstr; ?>&sort=status"><?php echo __('Ban Status');?></a></th>
        <th width="10%"><a <?php echo $created_sort; ?> href="banlist.php?<?php echo $qstr; ?>&sort=created"><?php echo __('Date Added');?></a></th>
        <th width="20%"><a <?php echo $updated_sort; ?> href="banlist.php?<?php echo $qstr; ?>&sort=updated"><?php echo __('Last Updated');?></a></th>
bug

ال 2 كومينتر

لذا فإن 1.9.8.1 قديمة حقًا في هذه المرحلة. يجب عليك تحديث نسختك حقًا.

لدي طلب سحب معلق بشأن هذه المشكلة. شكرا لك.

هل كانت هذه الصفحة مفيدة؟
0 / 5 - 0 التقييمات