Plugin Directory

Changeset 620283


Ignore:
Timestamp:
11/02/2012 12:21:47 PM (13 years ago)
Author:
bastb
Message:

This fixes two other errors popping up on PHP 5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lips/branches/dev-0.8.10/profilesync.php

    r566644 r620283  
    301301                    LIPS_PROFILE_FETCHED_FILTER, // filter name
    302302                    $profile,
    303                     &$this
     303                    $this
    304304                  );
    305305               
     
    315315       
    316316        if (! $this->hasEncounteredError()) {
    317             $this->profile = apply_filters(LIPS_PROFILE_PRE_TEMPLATE_FILTER, $this->profile, &$this);
     317            $this->profile = apply_filters(LIPS_PROFILE_PRE_TEMPLATE_FILTER, $this->profile, $this);
    318318            $this->updateProfilePage();
    319319            do_action(LIPS_PROFILE_UPDATED_ACTION, $this->profile);
Note: See TracChangeset for help on using the changeset viewer.