Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Remove use of obsolete function
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Jul 9, 2011
1 parent ca1b081 commit 8b48cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BasicAuth.php
Expand Up @@ -338,7 +338,7 @@ function showLoginForm(){
//$this->api->setTags($p->template); //$this->api->setTags($p->template);
$c=$p->add('Columns'); $c=$p->add('Columns');
$c->addColumn(3); $c->addColumn(3);
$frame=$c->addColumn(4)->frame('Authentication'); $frame=$c->addColumn(4)->add('Frame')->setTitle('Authentication');
$this->form=$this->createForm($frame); $this->form=$this->createForm($frame);
$c->addColumn(3); $c->addColumn(3);
} }
Expand Down

0 comments on commit 8b48cc2

Please sign in to comment.