Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
ZF-9876 Zend_Mail | Made maximum log size configurable
Browse files Browse the repository at this point in the history
git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22602 44c647ce-9c0f-0410-b52a-842ac1e357ba
  • Loading branch information
freak authored and weierophinney committed Jul 22, 2010
1 parent 56a679b commit 3ecbc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractProtocol.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function setMaximumLog($maximumLog)
*
* @return int the maximum log size
*/
public function setMaximumLog($maximumLog)
public function getMaximumLog()
{
return $this->_maximumLog;
}
Expand Down

0 comments on commit 3ecbc20

Please sign in to comment.