Show
Ignore:
Timestamp:
09/03/08 03:13:42 (4 months ago)
Author:
MattRead
Message:

plugin:plugin_directory random updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/plugin_directory/trunk/beaconhandler.php

    r557 r882  
    2828                 
    2929                // get the entire list of plugins from our directory based on their custom content type 
    30                 $plugins = Posts::get( array( 'content_type' => 'plugin_directory', 'nolimit' => true ) ); 
     30                $plugins = Posts::get( array( 'content_type' => 'plugin', 'nolimit' => true ) ); 
    3131                 
    3232                $from_cache = false;