Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ v1.2: 2013-12-05
* Add debug output to ownCloud log
* Remove PHP warnings from ownCloud log
* Check for duplicate email addresses
* Fix SQLite incompatability
* Fix SQLite incompatibility
* Updated translations

v1.1.1: 2013-11-17
Expand Down
2 changes: 1 addition & 1 deletion lib/outputdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* - '0'
* - '1'
* - 'success'
* Or can be used to write json formated output. In this case argument of function write should be an array.
* Or can be used to write json formatted output. In this case argument of function write should be an array.
*
*/
class OutputData
Expand Down
2 changes: 1 addition & 1 deletion lib/urlparser.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class UrlParser {
*/
public function __construct($url) {

// Parser is valid at the begining
// Parser is valid at the beginning
$this->parseValidFlag = true;

// Parse URL
Expand Down