Changeset 620283
- Timestamp:
- 11/02/2012 12:21:47 PM (13 years ago)
- File:
-
- 1 edited
-
lips/branches/dev-0.8.10/profilesync.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lips/branches/dev-0.8.10/profilesync.php
r566644 r620283 301 301 LIPS_PROFILE_FETCHED_FILTER, // filter name 302 302 $profile, 303 &$this303 $this 304 304 ); 305 305 … … 315 315 316 316 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); 318 318 $this->updateProfilePage(); 319 319 do_action(LIPS_PROFILE_UPDATED_ACTION, $this->profile);
Note: See TracChangeset
for help on using the changeset viewer.