Plugin Directory

Changeset 1452430


Ignore:
Timestamp:
07/11/2016 08:19:22 AM (10 years ago)
Author:
stetic
Message:

Bugfix: Prevent PHP Deprecated error.

Location:
stetic/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stetic/trunk/readme.txt

    r1360586 r1452430  
    5959== Changelog ==
    6060
     61= 1.0.4 =
     62* A small bugfix
     63
    6164= 1.0.3 =
    6265* Limit viewing of the stats to users, who can edit the dashboard
  • stetic/trunk/stetic.php

    r1360586 r1452430  
    55Description: Adds real-time Web Analytics from Stetic with event tracking of all important actions to Wordpress. It comes with a dashboard to show you the important reports and numbers.
    66Author: Stetic
    7 Version: 1.0.3
     7Version: 1.0.4
    88Author URI: https://www.stetic.com/
    99*/
     
    4343                }
    4444            }
    45             else
    46             {
    47                
    48             }
    4945        }
    5046       
     
    5753         * @return object
    5854         */
    59         public function get_object() {
     55        public static function get_object() {
    6056
    6157            if ( NULL === self :: $classobj )
Note: See TracChangeset for help on using the changeset viewer.