Support

Account

Home Forums General Issues Delete_row() selector not working Reply To: Delete_row() selector not working

  • Yes, there is a bug, line 1813 of /api/api-template.php

    
    if( $row = count($rows) ) {
    

    should be

    
    if( $row == count($rows) ) {