Skip to:
Content
Pages
Categories
Search
Top
Bottom

Syntax error in tools.php


  • webmasterfreya
    Participant

    @webmasterfreya

    tools.php

    function bbp_admin_repair_user_favorites() {
    
    643		$values[]         = "('{$user->user_id}', '{$key}, '{$favorites_joined}')";

    Should be

    function bbp_admin_repair_user_favorites() {
    
    643		$values[]         = "('{$user->user_id}', '{$key}','{$favorites_joined}')";
  • You must be logged in to reply to this topic.
Skip to toolbar