Skip to content

Commit

Permalink
shortener setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Sep 6, 2009
1 parent c61edc6 commit baf18ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/shortener/shortener.php
Expand Up @@ -110,8 +110,8 @@ function set_up_new_shortener( &$model, &$rec ) {

$mystuff = array();

$Entry->set_limit(100000);
$Entry->find_by(array('person_id'=>$user_person->id));

while ($e = $Entry->MoveNext()) {
$model =& $db->get_table($e->resource);
$twuser_rec = $model->find($e->record_id);
Expand Down

0 comments on commit baf18ce

Please sign in to comment.