Plugin Directory

Changeset 207597


Ignore:
Timestamp:
02/18/2010 02:40:16 PM (16 years ago)
Author:
Aekeron
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddypress-group-wiki/trunk/bp-groupwiki-functions.inc.php

    r207442 r207597  
    15341534    $wikiTitle = 'GroupWiki_'.$bp->groups->current_group->id;
    15351535    $wikiMeta = '';
    1536 
    1537     $wikiPath = $current_site->domain . $current_site->path . $bp->groups->current_group->slug . '-wiki/';
     1536    $domain = $current_site->domain;
     1537    $wikiPath = $current_site->path . $bp->groups->current_group->slug . '-wiki/';
    15381538
    15391539    // Create the blog to be used for wiki
Note: See TracChangeset for help on using the changeset viewer.