Changeset 393

Show
Ignore:
Timestamp:
04/05/08 19:24:14 (5 years ago)
Author:
d0nut
Message:

spiders can crawl public pages... other pages they cannot see

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buddyloo/files/lib/page/SocialPage.class.php

    r375 r393  
    7070                        'socialTitle' => $this->socialTitle, 
    7171                        'social' => $this->social, 
    72                         'protectedProfile' => $this->protectedProfile 
     72                        'protectedProfile' => $this->protectedProfile, 
     73                        'allowSpidersToIndexThisPage' => true 
    7374                )); 
    7475        }