Plugin Directory

Changeset 576146


Ignore:
Timestamp:
07/23/2012 03:18:05 PM (14 years ago)
Author:
Marko-M
Message:

Fix bug in backward compatibility code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quick-browscap/trunk/quick-browscap.php

    r576134 r576146  
    120120        _deprecated_function(__FUNCTION__, '1.02', '$quick_browscap->get_browser()');
    121121
    122         $this->get_browser($user_agent, $return_array);
     122        return $this->get_browser($user_agent, $return_array);
    123123    }
    124124
Note: See TracChangeset for help on using the changeset viewer.