Skip to content

Commit

Permalink
fix a whoops error:
Browse files Browse the repository at this point in the history
Undefined property: UK_0870_me::$thenumber
  • Loading branch information
matphillips committed Mar 11, 2016
1 parent 26d6f53 commit 7f62550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/source-UK_0870_me.module
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class UK_0870_me extends superfecta_base {
$name = "";
$spam = "";

$this->DebugPrint("Searching 0870.me - {$this->thenumber} ... ");
$this->DebugPrint("Searching 0870.me - $thenumber ... ");

// Search 0870.me
$url = "http://0870.me/get/json/$thenumber";
Expand Down

0 comments on commit 7f62550

Please sign in to comment.